home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 6 / The Arsenal Files 6 (Arsenal Computer).ISO / telecom / tm421_4.zip / CIS.SCR < prev    next >
Text File  |  1996-02-06  |  363b  |  22 lines

  1. ;
  2. ; CIS.SCR is a log on script for CompuServe Information Service
  3. ;
  4.  
  5. string ID
  6. ID = "12345,6789"          ; put your ID here
  7.  
  8. SET AutoStop,On              ; stop script if carrier is lost
  9. Waitfor 0                  ; wait until string matched
  10.  
  11. Put
  12.  
  13. Waitfor "Host Name:  "
  14. Put "cis"
  15.  
  16. Waitfor "User ID: "
  17. Put ID
  18.  
  19. Waitfor "Password: "
  20. Put "^&"
  21.  
  22.